DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetGroupCell Method
The collection view.
The index path.
The group data item.

In This Topic
    GetGroupCell Method
    In This Topic
    Gets the visual element representing a group(header) cell.
    Syntax
    'Declaration
     
    Protected Overridable Function GetGroupCell( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal indexPath As Foundation.NSIndexPath, _
       ByVal group As IDataCollectionGroup(Of Object,Object) _
    ) As UIKit.UICollectionReusableView
    protected virtual UIKit.UICollectionReusableView GetGroupCell( 
       UIKit.UICollectionView collectionView,
       Foundation.NSIndexPath indexPath,
       IDataCollectionGroup<object,object> group
    )

    Parameters

    collectionView
    The collection view.
    indexPath
    The index path.
    group
    The group data item.
    See Also